home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / ABUSESRC.ZIP / AbuseSrc / macabuse / inc / nfclient.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-20  |  113 b   |  7 lines

  1. #ifndef __NFCLIENT_HPP_
  2. #define __NFCLIENT_HPP_
  3.  
  4. void connect_to_nfs_server(char *name, int port);
  5.  
  6. #endif
  7.